StyledRange<T> Class Members
In This Topic
The following tables list the members exposed by StyledRange<T>.
Public Properties
Public Methods
| Name | Description |
 | Clear | Clears specific elements in the range. |
 | ReplaceContent | Searches into the content of the range and replaces all occurences of a specific value with a new value. |
 | ReplaceContents<TSearch,TNew> | Searches into the content of the range and replaces all instances of the searchValues with their corresponding newValues. |
Top
See Also